/status/ssl/profile//cipherNameList

​Deprecated. Use /status/ssl/profile//[cipherInfoList](/093Release_2.5/2 50REST_API_Reference_Guide/status/ssl/profile/%3Cname%3E/cipherInfoList) instead.

Use

Use to view the cipher names the profile will use, based on the configured list of cipher strings or cipher suite names. See [cipherListOpenSslFormat](ht tps://docs.lineratesystems.com/093Release_2.5/250REST_API_Reference_Guide/conf ig/ssl/profile/%3Cname%3E/cipherListOpenSslFormat).

Parameters

name: Name of SSL profile

Data Key

The data key contains the cipher names.

Data Type

string

Default Data Value

“”

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/ssl/profile/sp-01/cipherNameList

GET Response

{"/status/ssl/profile/sp-01/cipherNameList": {"data": "AES256-SHA AES128-SHA DES-CBC3-SHA",
                                               "default": False,
                                               "defaultAllowed": False,
                                               "deleteAllowed": False,
                                               "numChildren": 0,
                                               "type": "string"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/ssl/profile/sp-01/cipherNameList"}
  1. /status/ssl/profile//cipherNameList 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Request Methods 4. Related 5. Examples